forked from OCA/l10n-italy
-
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.
- Loading branch information
Showing
7 changed files
with
87 additions
and
65 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,8 +1,3 @@ | ||
# Copyright 2010 OpenERP Italian Community | ||
# (<http://www.openerp-italia.org>). | ||
# Copyright 2014 Associazione Odoo Italia | ||
# (<http://www.openerp-italia.org>). | ||
# Copyright 2015-2017 Agile Business Group (<http://www.agilebg.com>) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import models |
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,4 +1,3 @@ | ||
# Copyright 2017 Agile Business Group (<http://www.agilebg.com>) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import account_tax |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
table {border: 0px;} | ||
thead {background: #F5F5F5;} | ||
|
||
|
||
.left_with_line { | ||
text-align:left; vertical-align:text-top; border-top:1px solid #A1A1A1; padding:5px; | ||
} | ||
.right_with_line { | ||
text-align:right; vertical-align:text-top; border-top:1px solid #A1A1A1; padding:5px; | ||
} | ||
.left_without_line { | ||
text-align:left; vertical-align:text-top; padding:5px; | ||
} | ||
.right_without_line { | ||
text-align:right; vertical-align:text-top; padding:5px; | ||
} | ||
.left_with_line_bottom { | ||
text-align:left; vertical-align:text-top; border-bottom:1px solid #A1A1A1; padding:5px; | ||
} | ||
.right_with_line_bottom { | ||
text-align:right; vertical-align:text-top; border-bottom:1px solid #A1A1A1; padding:5px; | ||
} | ||
.left_without_line_bold { | ||
text-align:left; vertical-align:text-top; padding:5px; font-weight: bold; | ||
} | ||
.right_without_line_bold { | ||
text-align:right; vertical-align:text-top; padding:5px; font-weight: bold; white-space: nowrap; | ||
} | ||
|
||
.first_th_row { | ||
border-style:solid;border-width:1px;border-color:#A1A1A1; background: #fff; | ||
} |
This file was deleted.
Oops, something went wrong.