Skip to content

Commit

Permalink
[FIX] apply new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Nov 22, 2023
1 parent 3ec8ffc commit cc4b41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions intercompany_trade_account/demo/account_journal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Copyright (C) 2015 - Today: GRAP (http://www.grap.coop)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->

<odoo>
<data noupdate="1">
<odoo noupdate="1">

<record id="customer_journal_purchase" model="account.journal">
<field name="name">Intercompany Trade - Customer Purchase Journal</field>
Expand All @@ -21,5 +20,4 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="type">sale</field>
<field name="company_id" ref="intercompany_trade_base.supplier_company" />
</record>
</data>
</odoo>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<record id="view_intercompany_trade_config_tree" model="ir.ui.view">
<field name="model">intercompany.trade.config</field>
<field name="arch" type="xml">
<tree colors="gray:active == False;">
<tree decoration-muted="active == False">
<field name="name"/>
<field name="customer_company_id"/>
<field name="supplier_company_id"/>
Expand Down

0 comments on commit cc4b41e

Please sign in to comment.