-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] l10n_fr_das2 and l10n_fr_cog to v15
Improve DAS2 readme
- Loading branch information
1 parent
ef52e50
commit fc7eb8a
Showing
12 changed files
with
111 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Copyright 2020-2021 Akretion France (http://www.akretion.com/) | ||
# Copyright 2020-2023 Akretion France (http://www.akretion.com/) | ||
# @author: Alexis de Lattre <[email protected]> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Code Officiel Géographique", | ||
"summary": "Add Code Officiel Géographique (COG) on countries", | ||
"version": "14.0.1.0.0", | ||
"version": "15.0.1.0.0", | ||
"category": "French Localization", | ||
"author": "Akretion,Odoo Community Association (OCA)", | ||
"maintainers": ["alexis-via"], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- | ||
Copyright 2020-2021 Akretion France (http://www.akretion.com/) | ||
Copyright 2020-2023 Akretion France (http://www.akretion.com/) | ||
@author: Alexis de Lattre <[email protected]> | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
--> | ||
|
@@ -18,5 +18,15 @@ | |
</field> | ||
</record> | ||
|
||
<record id="view_country_tree" model="ir.ui.view"> | ||
<field name="model">res.country</field> | ||
<field name="inherit_id" ref="base.view_country_tree" /> | ||
<field name="arch" type="xml"> | ||
<field name="code" position="after"> | ||
<field name="fr_cog" optional="hide" /> | ||
</field> | ||
</field> | ||
</record> | ||
|
||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Copyright 2020-2021 Akretion France (http://www.akretion.com/) | ||
# Copyright 2020-2023 Akretion France (http://www.akretion.com/) | ||
# @author: Alexis de Lattre <[email protected]> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "DAS2", | ||
"version": "14.0.2.0.0", | ||
"version": "15.0.1.0.0", | ||
"category": "Invoicing Management", | ||
"license": "AGPL-3", | ||
"summary": "DAS2 (France)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.