mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
- Add dependency sale because group "group_sale_salesman" and "group_sale_manager" are defined on modul sales_team * sale depend to sales_team * update ir.model.access base. -> sales_team. - Fix product.prod_config_main not compatible and moved to sale.prod_config_main - Make removed col="6 when add product supplier info field too small (width)
11 lines
232 B
XML
11 lines
232 B
XML
<?xml version="1.0"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
|
|
<record id="base.main_company" model="res.company">
|
|
<field name="crm_return_address_id" ref="base.res_partner_main1"/>
|
|
</record>
|
|
|
|
</data>
|
|
</odoo>
|