-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
33 changed files
with
7,330 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,114 @@ | ||
========= | ||
Agreement | ||
========= | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:3e5b927c6c72b14dee95f655c650563894d92b13a0b74690e658de259f8cde55 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fagreement-lightgray.png?logo=github | ||
:target: https://github.com/OCA/agreement/tree/17.0/agreement | ||
:alt: OCA/agreement | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/agreement-17-0/agreement-17-0-agreement | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/agreement&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module adds an *Agreement* object with the following properties: | ||
|
||
- code, | ||
- name, | ||
- link to a partner, | ||
- signature date. | ||
- start date. | ||
- end date. | ||
|
||
Optionally, you can also enable using: \* agreement types \* a flag to | ||
set an agreement as a template agreement | ||
|
||
(Install agreement_sale to get the configuration settings for these). | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/agreement/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/agreement/issues/new?body=module:%20agreement%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* Akretion | ||
* Yves Goldberg (Ygol Internetwork) | ||
|
||
Contributors | ||
------------ | ||
|
||
- Alexis de Lattre <alexis.delattre@akretion.com> | ||
|
||
- Yves Goldberg <yves@ygol.com> | ||
|
||
- Alexandre Fayolle <alexandre.fayolle@camptocamp.com> | ||
|
||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
- Sergio Teruel | ||
|
||
- Tharathip Chaweewongphan <tharathipc@ecosoft.co.th> | ||
|
||
- `Acsone <https://www.acsone.eu/>`__: | ||
|
||
- Maxime Franco | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
.. |maintainer-ygol| image:: https://github.com/ygol.png?size=40px | ||
:target: https://github.com/ygol | ||
:alt: ygol | ||
.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px | ||
:target: https://github.com/alexis-via | ||
:alt: alexis-via | ||
|
||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-ygol| |maintainer-alexis-via| | ||
|
||
This module is part of the `OCA/agreement <https://github.com/OCA/agreement/tree/17.0/agreement>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
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 @@ | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Agreement", | ||
"summary": "Adds an agreement object", | ||
"version": "17.0.1.0.0", | ||
"category": "Contract", | ||
"author": "Akretion, " | ||
"Yves Goldberg (Ygol Internetwork), " | ||
"Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/agreement", | ||
"license": "AGPL-3", | ||
"depends": ["mail"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"security/agreement_security.xml", | ||
"views/agreement.xml", | ||
"views/agreement_type.xml", | ||
"views/agreement_menu.xml", | ||
], | ||
"demo": ["demo/demo.xml"], | ||
"development_status": "Beta", | ||
"maintainers": [ | ||
"ygol", | ||
"alexis-via", | ||
], | ||
"installable": True, | ||
} |
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,53 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- | ||
© 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>) | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
--> | ||
<odoo noupdate="1"> | ||
<record id="market1" model="agreement"> | ||
<field name="code">C2C-IT0042</field> | ||
<field name="name">Hardware IT</field> | ||
<field name="partner_id" ref="base.res_partner_12" /> | ||
<field name="signature_date">2017-09-10</field> | ||
<field name="start_date">2017-09-10</field> | ||
<field name="end_date">2018-09-10</field> | ||
</record> | ||
<record id="market2" model="agreement"> | ||
<field name="code">C2C-IT0043</field> | ||
<field name="name">Fiber access office Lausanne</field> | ||
<field name="partner_id" ref="base.res_partner_12" /> | ||
<field name="signature_date" eval="time.strftime('%Y-01-01')" /> | ||
<field name="start_date" eval="time.strftime('%Y-01-01')" /> | ||
<field name="end_date" eval="time.strftime('%Y-01-01')" /> | ||
</record> | ||
<record id="market3" model="agreement"> | ||
<field name="code">AGR-VETO001</field> | ||
<field name="name">Vétérinaire</field> | ||
<field name="partner_id" ref="base.res_partner_2" /> | ||
<field name="signature_date">2017-08-01</field> | ||
<field name="start_date">2017-08-01</field> | ||
<field name="end_date">2018-08-01</field> | ||
</record> | ||
<record id="market4" model="agreement"> | ||
<field name="code">AGR-TEL001</field> | ||
<field name="name">Wazo IPBX deployment and maintenance</field> | ||
<field name="partner_id" ref="base.res_partner_2" /> | ||
<field name="signature_date">2017-05-05</field> | ||
<field name="start_date">2017-05-05</field> | ||
<field name="end_date">2018-09-10</field> | ||
</record> | ||
<record id="market5" model="agreement"> | ||
<field name="code">BUY-VOIP012</field> | ||
<field name="name">SIP Phones supply</field> | ||
<field name="partner_id" ref="base.res_partner_1" /> | ||
<field name="signature_date" eval="time.strftime('%Y-01-01')" /> | ||
<field name="start_date" eval="time.strftime('%Y-01-01')" /> | ||
<field name="end_date" eval="time.strftime('%Y-01-01')" /> | ||
</record> | ||
<record id="market6" model="agreement"> | ||
<field name="code">BUY-VOIP013</field> | ||
<field name="name">SIP-ISDN gateways</field> | ||
<field name="partner_id" ref="base.res_partner_3" /> | ||
<field name="signature_date">2017-09-02</field> | ||
</record> | ||
</odoo> |
Oops, something went wrong.