-
-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] l10n_it_ricevute_bancarie: Migration to 16.0
Migration scripts not tested because `account` module cannot be migrated yet with OpenUpgrade Co-authored-by: Tony Masci <45100916+TonyMasciI@users.noreply.github.com>
- Loading branch information
1 parent
d0356da
commit 5821813
Showing
60 changed files
with
3,946 additions
and
3,837 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
File renamed without changes.
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
10 changes: 4 additions & 6 deletions
10
..._ricevute_bancarie/data/riba_sequence.xml → l10n_it_riba/data/riba_sequence.xml
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,14 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="1"> | ||
<odoo noupdate="1"> | ||
|
||
<record id="seq_riba_distinta" model="ir.sequence"> | ||
<field name="name">C/O Slip</field> | ||
<field name="code">seq.riba.distinta</field> | ||
<record id="seq_riba_slip" model="ir.sequence"> | ||
<field name="name">RiBa Slip</field> | ||
<field name="code">seq.riba.slip</field> | ||
<field name="prefix">%(y)s/</field> | ||
<field name="padding">3</field> | ||
<field name="company_id" eval="False" /> | ||
</record> | ||
|
||
</data> | ||
</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
Oops, something went wrong.