Skip to content

Commit 4db2ef6

Browse files
committed
Merge PR #3787 into 17.0
Signed-off-by rvalyi
2 parents 2332272 + 681858b commit 4db2ef6

32 files changed

+4634
-0
lines changed

sale_invoice_plan/README.rst

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
==================
2+
Sales Invoice Plan
3+
==================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:e65d2ca5ee4ad4e5e68e2d61d67b087fa84c66d97eb1c690d2c08ce8b36f4b23
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Alpha
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
20+
:target: https://github.com/OCA/sale-workflow/tree/17.0/sale_invoice_plan
21+
:alt: OCA/sale-workflow
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_invoice_plan
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
By standard feature, user can gradually create partial invoices, one by
32+
one. This module add ability to create invoices based on the predefined
33+
invoice plan, either all at once, or one by one. The plan support both
34+
advance invoice and installment invoices.
35+
36+
.. IMPORTANT::
37+
This is an alpha version, the data model and design can change at any time without warning.
38+
Only for development or testing purpose, do not use in production.
39+
`More details on development status <https://odoo-community.org/page/development-status>`_
40+
41+
**Table of contents**
42+
43+
.. contents::
44+
:local:
45+
46+
Installation
47+
============
48+
49+
Just install this module, and the sales order will have new option "Use
50+
Invoice Plan"
51+
52+
Usage
53+
=====
54+
55+
- Create new sales quotation as per normal process
56+
- Select option "Use Invoice Plan", a new Invoice Plan tab will appear
57+
- Click on "=> Create Invoice Plan" link to open invoice planning wizard
58+
- Do plan for number of installment and/or advance, start date and
59+
interval
60+
- Double check that each advance/installment has correct plan percentage
61+
- After confirm sales order, now we have new option to "Create Invoice
62+
by Plan"
63+
- User can create only next invoice, or create all the rest invoices at
64+
the same time
65+
66+
Changelog
67+
=========
68+
69+
15.0.1.1.0 (2022-05-10)
70+
-----------------------
71+
72+
- remove dependency on stock
73+
74+
12.0.1.0.0 (2019-03-08)
75+
-----------------------
76+
77+
- Start of the history
78+
79+
Bug Tracker
80+
===========
81+
82+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
83+
In case of trouble, please check there if your issue has already been reported.
84+
If you spotted it first, help us to smash it by providing a detailed and welcomed
85+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_invoice_plan%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
86+
87+
Do not contact contributors directly about support or help with technical issues.
88+
89+
Credits
90+
=======
91+
92+
Authors
93+
-------
94+
95+
* Ecosoft
96+
97+
Contributors
98+
------------
99+
100+
- Kitti Upariphutthiphong. <kittiu@gmail.com> (http://ecosoft.co.th)
101+
102+
- `Trobz <https://trobz.com>`__:
103+
104+
- Son Ho <sonhd@trobz.com>
105+
106+
Other credits
107+
-------------
108+
109+
The migration of this module from 13.0 to 14.0 was financially supported
110+
by Camptocamp
111+
112+
Maintainers
113+
-----------
114+
115+
This module is maintained by the OCA.
116+
117+
.. image:: https://odoo-community.org/logo.png
118+
:alt: Odoo Community Association
119+
:target: https://odoo-community.org
120+
121+
OCA, or the Odoo Community Association, is a nonprofit organization whose
122+
mission is to support the collaborative development of Odoo features and
123+
promote its widespread use.
124+
125+
.. |maintainer-kittiu| image:: https://github.com/kittiu.png?size=40px
126+
:target: https://github.com/kittiu
127+
:alt: kittiu
128+
129+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
130+
131+
|maintainer-kittiu|
132+
133+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/sale_invoice_plan>`_ project on GitHub.
134+
135+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

sale_invoice_plan/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright 2019 Ecosoft Co., Ltd (http://ecosoft.co.th/)
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
3+
from . import models
4+
from . import wizard

sale_invoice_plan/__manifest__.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 2019 Ecosoft Co., Ltd (http://ecosoft.co.th/)
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
3+
4+
{
5+
"name": "Sales Invoice Plan",
6+
"summary": "Add to sales order, ability to manage future invoice plan",
7+
"version": "17.0.1.0.0",
8+
"author": "Ecosoft,Odoo Community Association (OCA)",
9+
"license": "AGPL-3",
10+
"website": "https://github.com/OCA/sale-workflow",
11+
"category": "Sales",
12+
"depends": ["account", "sale_management"],
13+
"data": [
14+
"security/ir.model.access.csv",
15+
"data/sale_data.xml",
16+
"wizard/sale_create_invoice_plan_view.xml",
17+
"wizard/sale_make_planned_invoice_view.xml",
18+
"views/sale_view.xml",
19+
],
20+
"installable": True,
21+
"development_status": "Alpha",
22+
"maintainers": ["kittiu"],
23+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<odoo noupdate="1">
2+
<record id="decimal_price" model="decimal.precision" forcecreate="True">
3+
<field name="name">Sales Invoice Plan Percent</field>
4+
<field name="digits">6</field>
5+
</record>
6+
</odoo>

0 commit comments

Comments
 (0)