-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] l10n_uy_demo: data demo para Uruguay y [REF] l10n_uy_edi: renam…
…e journal to avoid problem with alias X-original-commit: 0a166db X-original-commit: 06b25f3 remove not needed in version 16 solo temporal para poder disponibilizar improve multie jpurnals
- Loading branch information
Showing
5 changed files
with
36 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,33 @@ | |
<field name='name'>2 Consumidor Final Uruguayo</field> | ||
</record> | ||
|
||
<record model='res.partner' id='demo_partner_5'> | ||
<field name='name'>5 Empresa Prueba</field> | ||
<field name='l10n_latam_identification_type_id' ref='l10n_uy_account.it_rut'/> | ||
<field name='vat'>219000090011</field> | ||
</record> | ||
|
||
<record model='res.partner' id='demo_partner_6'> | ||
<field name='name'>6 Empresa Prueba</field> | ||
<field name='l10n_latam_identification_type_id' ref='l10n_uy_account.it_rut'/> | ||
<field name='vat'>219999820013</field> | ||
</record> | ||
|
||
<!-- Foreign Partner --> | ||
<record model="res.partner" id="res_partner_foreign"> | ||
<field name="name">Foreign Inc (partner extranjero demo para uruguay)</field> | ||
<field eval="[(6, 0, [ref('base.res_partner_category_14'), ref('base.res_partner_category_12')])]" name="category_id"/> | ||
<field name="is_company">1</field> | ||
<field name="street">7841 Red Road</field> | ||
<field name="city">San Francisco</field> | ||
<field name="state_id" ref='base.state_us_5'/> | ||
<field name="zip">95380</field> | ||
<field name="country_id" ref="base.us"/> | ||
<field name="email">[email protected]</field> | ||
<field name="phone">(123)-456-7890</field> | ||
<field name="website">http://www.foreign-inc.com</field> | ||
<field name='l10n_latam_identification_type_id' ref="l10n_uy_account.it_nie"/> | ||
<field name='vat'>93:402.010-1</field> | ||
</record> | ||
|
||
</odoo> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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