-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MOD] The files modified automatically by the pre-commit hooks
- Loading branch information
Showing
95 changed files
with
4,017 additions
and
2,717 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,5 +1,3 @@ | ||
|
||
|
||
[MASTER] | ||
load-plugins=pylint_odoo | ||
score=n | ||
|
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,4 +1,3 @@ | ||
|
||
[MASTER] | ||
load-plugins=pylint_odoo | ||
score=n | ||
|
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
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,18 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<odoo> | ||
<record model='l10n_ve.responsibility.type' id='res_IVAO'> | ||
<field name='code'>1</field> | ||
<field name='name'>Contribuyente Ordinario</field> | ||
<field name='active' eval="True"/> | ||
<field name='active' eval="True" /> | ||
</record> | ||
<record model='l10n_ve.responsibility.type' id='res_IVAF'> | ||
<field name='code'>2</field> | ||
<field name='name'>Contribuyente Formal</field> | ||
<field name='active' eval="True"/> | ||
<field name='active' eval="True" /> | ||
</record> | ||
<record model='l10n_ve.responsibility.type' id='res_IVAE'> | ||
<field name='code'>3</field> | ||
<field name='name'>Contribuyente Especial</field> | ||
<field name='active' eval="True"/> | ||
<field name='active' eval="True" /> | ||
</record> | ||
</odoo> |
Oops, something went wrong.