Skip to content

Commit

Permalink
[FIX] l10n_br_stock: company name
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianoMafraJunior authored and rvalyi committed Dec 28, 2024
1 parent f20719d commit cc8d418
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions l10n_br_stock/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"demo/res_users_demo.xml",
"demo/stock_location_demo.xml",
"demo/stock_inventory_demo.xml",
"demo/res_company_demo.xml",
],
"installable": True,
"auto_install": False,
Expand Down
10 changes: 10 additions & 0 deletions l10n_br_stock/demo/res_company_demo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="base.main_company" model="res.company">
<field name="name">Sua Empresa (São Paulo)</field>
</record>

<record id="stock.res_company_1" model="res.company">
<field name="name">Sua Empresa (Chicago)</field>
</record>
</odoo>

0 comments on commit cc8d418

Please sign in to comment.