Skip to content
Snippets Groups Projects
Commit f1b7a2b1 authored by Nicolas Martinelli's avatar Nicolas Martinelli
Browse files

[FIX] l10n_ca, l10n_us: do not change paper format on upgrade


- Install US localization
- Change the paper format of the main company
- Upgrade `l10n_us`

The paper format is changed back to 'US Letter'.

Note that the current situation is not ideal since it forces the
paper format on the main company, whithout taking into account its actual
country.

opw-2272894

closes odoo/odoo#53494

X-original-commit: 618f0e7f
Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
parent db0de87e
Branches
Tags
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<odoo noupdate="1">
<record model="res.company" id="base.main_company">
<field name="paperformat_id" ref="base.paperformat_us"/>
</record>
......
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<odoo noupdate="1">
<record model="res.company" id="base.main_company">
<field name="paperformat_id" ref="base.paperformat_us"/>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment