Skip to content

Commit

Permalink
[FIX] res_company_code: remove company_ids from demo partner
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnauCForgeFlow committed Jul 23, 2024
1 parent 751ed8f commit 12caaf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res_company_code/demo/res_company.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<record id="base.main_company" model="res.company">
<field name="code">C1</field>
</record>
<record model="res.partner" id="base.partner_demo">
<field name="company_id" eval="False" />
</record>
</odoo>

0 comments on commit 12caaf0

Please sign in to comment.