Skip to content

Commit eb50638

Browse files
committed
🎉 init version
1 parent 7fd35ae commit eb50638

8 files changed

Lines changed: 444 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
2+
:target: https://www.gnu.org/licenses/lgpl
3+
:alt: License: LGPL-3
4+
5+
=======================
6+
Custom invoice report
7+
=======================
8+
9+
10+
11+
Credits
12+
=======
13+
14+
Contributors
15+
------------
16+
* `Artem Rafailov <https://it-projects.info/team/Ommo73>`__
17+
18+
Sponsors
19+
--------
20+
* `IT-Projects LLC <https://it-projects.info>`__
21+
22+
Maintainers
23+
-----------
24+
* `IT-Projects LLC <https://it-projects.info>`__
25+
26+
To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store <https://apps.odoo.com/apps/modules/12.0/pos_invoice_pay/>`__.
27+
28+
Thank you for understanding!
29+
30+
`IT-Projects Team <https://www.it-projects.info/team>`__
31+
32+
Further information
33+
===================
34+
35+
Usage instructions: `<doc/index.rst>`__
36+
37+
Changelog: `<doc/changelog.rst>`__
38+
39+
Tested on Odoo 12.0 7bc849c3a698665d6f2379aa2b8d870c14a6c849
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Copyright 2020 Artem Rafailov <https://it-projects.info/team/Ommo73/>
2+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
3+
{
4+
"name": """Custom invoice report""",
5+
"summary": """Custom invoice report""",
6+
"category": "Point of Sale",
7+
# "live_test_url": "http://apps.it-projects.info/shop/product/pos-invoice-pay?version=12.0",
8+
"images": [],
9+
"version": "12.0.1.0.0",
10+
"application": False,
11+
"author": "IT-Projects LLC, Artem Rafailov",
12+
"support": "pos@it-projects.info",
13+
"website": "it-projects.info",
14+
"license": "LGPL-3",
15+
# "price": 9.00,
16+
# "currency": "EUR",
17+
"depends": ["point_of_sale"],
18+
"external_dependencies": {"python": [], "bin": []},
19+
"data": [
20+
"views/report_template.xml",
21+
],
22+
"qweb": [],
23+
"demo": [],
24+
"post_load": None,
25+
"pre_init_hook": None,
26+
"post_init_hook": None,
27+
"auto_install": False,
28+
"installable": True,
29+
"demo_title": "",
30+
"demo_addons": [],
31+
"demo_addons_hidden": [],
32+
"demo_url": "",
33+
"demo_summary": "",
34+
"demo_images": [""],
35+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
`1.0.0`
2+
-------
3+
4+
**Init version**
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
=======================
2+
Custom invoice report
3+
=======================
4+
5+
Installation
6+
============
7+
8+
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way
9+
10+
1.87 KB
Loading
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
.cell-b4{
2+
border:solid 1px white;
3+
}
4+
5+
.cell-b0{
6+
border:0;
7+
}
8+
9+
.cell-tl{
10+
border:solid 1px white;
11+
border-top:0;
12+
border-left:0;
13+
}
14+
15+
.cell-tr{
16+
border:solid 1px white;
17+
border-top:0;
18+
border-right:0;
19+
}
20+
21+
.cell-t{
22+
border:solid 1px white;
23+
border-top:0;
24+
}
25+
26+
.cell-r{
27+
border:solid 1px white;
28+
border-right:0;
29+
}
30+
31+
.cell-l{
32+
border:solid 1px white;
33+
border-right:0;
34+
}
35+
36+
.table-container {
37+
border:solid 1px white;
38+
display: block;
39+
border-radius:5px;
40+
max-width:632px;
41+
margin-top:4px;
42+
}
43+
44+
.table-b0 {
45+
border:0;
46+
border-collapse: collapse;
47+
display: table;
48+
width:635px;
49+
font-size:9px;
50+
font-weight: normal;
51+
}
52+
53+
.top-block {
54+
height:76px;
55+
border:solid 1px white;
56+
float: left;
57+
border-radius:5px;
58+
padding-left:5px;
59+
}
60+
61+
.tr-tlr {
62+
border:solid 1px white;
63+
border-top:0;
64+
border-left:0;
65+
border-right:0;
66+
}
67+
68+
.tr-lr {
69+
border:solid 1px white;
70+
border-left:0;
71+
height:160px;
72+
border-right:0;
73+
}
74+
75+
.tr-b0 {
76+
border:0;
77+
}
78+
79+
.table-header {
80+
text-align: center;
81+
}
82+
83+
.checkbox-t {
84+
height: 12px;
85+
width: 12px;
86+
border:solid 1px white;
87+
display:inline-block;
88+
border-radius:5px;
89+
}
90+

pos_custom_invoice_report/views/report_template.xml

Lines changed: 265 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)