Skip to content

Commit

Permalink
ease merging (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 9, 2021
1 parent d65e183 commit a411edb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ exclude: |
^docs/_templates/.*\.html$|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)|
# Generated files
(l10n_it_fatturapa/bindings)|
# Original stylesheets
# official goverment specs
(l10n_it_fatturapa/data/xsd)|
# external stylesheets
(l10n_it_fatturapa/data/fatturaordinaria_v1.2.1.xsl)|
(l10n_it_fatturapa/data/FoglioStileAssoSoftware_v1.1.xsl)|
# XML tests should not be reformatted
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_out/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"summary": "Emissione fatture elettroniche",
"author": "Davide Corio, Agile Business Group, Innoviu,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy" "l10n_it_fatturapa_out",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"l10n_it_account",
Expand Down
15 changes: 0 additions & 15 deletions l10n_it_fatturapa_out/tests/fatturapa_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,6 @@ def setUp(self):
self.res_partner_fatturapa_4 = self.env.ref(
"l10n_it_fatturapa.res_partner_fatturapa_4"
)
self.fiscal_position_sp = (
self.env.ref("l10n_it_fatturapa.fiscal_position_sp")
.sudo()
.copy({"company_id": self.env.company.id})
)
self.company.sp_account_id = self.env["account.account"].search(
[
(
"user_type_id",
"=",
self.env.ref("account.data_account_type_current_assets").id,
)
],
limit=1,
)
self.EUR = self.env.ref("base.EUR")
# United Arab Emirates currency
self.AED = self.env.ref("base.AED")
Expand Down

0 comments on commit a411edb

Please sign in to comment.