-
-
Notifications
You must be signed in to change notification settings - Fork 306
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_account_stamp: Migration to 14.0
- Loading branch information
Showing
13 changed files
with
156 additions
and
191 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
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,29 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<openerp> | ||
<odoo> | ||
<data noupdate="1"> | ||
|
||
<record id="l10n_it_account_stamp_2_euro" model="product.product"> | ||
<field name="name">Tax Stamp 2 euro</field> | ||
<field name="type">service</field> | ||
<field name="list_price" eval="2.0" /> | ||
<field name="standard_price" eval="2.0" /> | ||
<field name="list_price" eval="2.0"/> | ||
<field name="standard_price" eval="2.0"/> | ||
<field | ||
name="description_sale" | ||
>Stamp duty payment under the terms of Art. 6, Subsection 2 of MEF Decree June | ||
17, 2014</field> | ||
<field name="is_stamp" eval="True" /> | ||
<field name="auto_compute" eval="True" /> | ||
<field name="stamp_apply_min_total_base" eval="77.47" /> | ||
<field name="taxes_id" eval="[(6, 0, [])]" /> | ||
<field name="supplier_taxes_id" eval="[(6, 0, [])]" /> | ||
17, 2014 | ||
</field> | ||
<field name="is_stamp" eval="True"/> | ||
<field name="auto_compute" eval="True"/> | ||
<field name="stamp_apply_min_total_base" eval="77.47"/> | ||
<field name="taxes_id" eval="[(6, 0, [])]"/> | ||
<field name="supplier_taxes_id" eval="[(6, 0, [])]"/> | ||
</record> | ||
|
||
<record id="base.main_company" model="res.company"> | ||
<field | ||
name="tax_stamp_product_id" | ||
ref="l10n_it_account_stamp.l10n_it_account_stamp_2_euro" | ||
/> | ||
ref="l10n_it_account_stamp.l10n_it_account_stamp_2_euro"/> | ||
</record> | ||
|
||
</data> | ||
</openerp> | ||
</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,5 +1,5 @@ | ||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). | ||
|
||
from . import invoice | ||
from . import account_move | ||
from . import product | ||
from . import company |
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.