Search 1.9 billion lines of Odoo code on GitHub

agreement_account

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0
Repository: ERPLibre/contract
Dependencies: account
Languages: PO File (4804, 93.9%), Python (76, 1.5%), XML (192, 3.8%), and reStructuredText (42, 0.8%)
Other branches: 12.0, 12.0-mig-contract_digitized_signature, 12.0-mig-contract_digitized_signature_2, 12.0_contract_portal, 12.0_dev, and travis_fix
Other repositories: 3664236979/contract, Alfa-90/contract, App247/contract, ArkanSystem/contract, Bilbonet/contract, BrownRhined/contract, Bubbles-IT/contract, Chandni8/contract, Change2improve/contract, Comunitea/contract, Digital5-Odoo/contract, Dobtor-OCA/contract, Escodoo/contract, ForgeFlow/contract, G00d1/contract, Gabinete-Digital/contract, GhassenTimoumi/contract, Gofekra/contract, Guobower/contract, Haevas/contract, HomerDeoDatu/contract, ITISAG-OCA/contract, Ingeos/contract, Jarsa/contract, JpGarciiia964/contract, Khalid-SerpentCS/contract, LasLabs/contract, LevelPrime/contract, MadsackMediaStore/contract, Martronic-SA/contract, MathBenTech/contract, MindAndGo/contract, MjAbuz/contract, NL66278/contract, NeatNerdPrime/contract, Nikul-Chaudhary/contract, OCA-MUK/contract, OCA/contract, OlhaTsiapa/contract, PESOL/contract, Peter-Morawski/contract, RoelAdriaans/contract, SSISoftware/contract, SanteLibre/contract, SerpentConsultingServices/contract, Stanadigme/contract, Studio73/contract, Swapnesh-SerpentCS/contract, Syci-Consulting/contract, TRESCLOUD/contract, TechnovicInfotech/contract, Tecnativa/contract, Thawah/contract, Upsyd/contract, VCLS-org/contract, VisiionSolucionesTecnologicas/contract, W360SCORP/contract, YevhenPechurin/contract, acm1pt-colorado/contract, acsone/contract, agenterp/contract, aitorbouzas/contract, akretion/contract, algiopensource/contract, altanmur/contract, amcor/contract, amendoncabh/contract, angelmoya/contract, anhvu-sg/contract, antoinecln/contract, antoniofregoso/contract, apetbiz/contract, aurestic/contract, avanzosc/contract, bmya/contract, bokitchan/contract, brain-tec/contract, brainbeanapps/contract, brian10048/contract, bvkl/contract, camptocamp/contract, carlos-domatix/contract, cesaraugustochirinos/contract, coobyHQ/contract, coopdevs/contract, coopiteasy/contract, crnd-inc/contract, ctmil/contract, cubells/contract, dansanti/contract, daramousk/contract, devCbssolutionsRo/contract, diegobgl/contract, diggy128/contract, dinhhung2512/contract, dndoanh/contract, drmedrme/contract, ecosoft-odoo/contract, efatto/contract, eittech/contract, elouafi/contract, elperrofarelo/contract, etobella/contract, exosoftware/oca-contract, fagan2888/contract, fcayre/contract, feketemihai/contract, flotho/contract, gaanto/contract, gastonfeng/contract, gfcapalbo/contract, git-service-it-ar/contract, goanzaloo/contract, gorozcoh/contract, grant-thornton/contract, grelpazm/contract, guramy/contract, gurneyalex/contract, haninada/contract, haroldtamo/contract, hieulucky111/contract, hinfo506/contract, humanilog/contract, i-vyshnevska/contract, id42sistemas/contract, initOS/contract, isos/contract, isoscl/contract, izzihector/contract, jacky82669513/contract, jarroyomorales/contract, jason156/contract, johnotoole68/contract, josuf567/contract, julianram/contract, keadanis/contract, kevin070982/contract, kittiu/contract, kmee/contract, kongrattapong/contract, levkar/contract, lfreeke/contract, libregob/contract, lideritjnma/contract, liweijie0812/contract, luximgroup/contract, marcel1981/contract, martinllanos/contract, mettadipa/contract, minhhq09/contract, moltisinc/contract, murtuzasaleh/contract, mybengui/contract, necrodevz/contract, newtratip/contract, nikul-serpentcs/contract, nomadic-coding/contract, norlinhenrik/contract, ntsirintanis/contract, o2deepak-zz/contract, obabawale/contract, odof/contract, ovnicraft/contract, patrickrwilson/contract, pdyharshad/contract, piensom/contract, popcomputadores-desenv/contract, presenceverte/contract, pscloud/contract, rakib09/contract, ravishekharco/contract, rousseldenis/contract, rsullivan2704/contract, saas-addons/contract, sadeqamin/contract, sanube/contract, sbejaoui/contract, selim-b/contract, sewisoft/contract, shine-it/contract, svalaeys/contract, sylvainvh/contract, sys-odoo/contract, t2solutions/contract, tarteo/contract, thinkopensolutions/oca-contract, thinkwelltwd/contract, tosink/contract, uktc87504/contract, unitek-solusi/OCA-contract, ursais/contract, valmarnet/contract, vdedyukhin/contract, vialaurea/contract, vidtsin/contract, vinclar/contract, vishal-serpentcs/contract, westlyou/contract, y2gsmith/contract, ygol/contract, yogesh-serpentcs/contract, and zeroincombenze/contract

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="agreement-account"></a> <h2>Agreement (Account)</h2> <p>This module adds an <em>Agreement</em> object with the following properties:</p> <ul class="simple"> <li>type (<em>Sale</em> or <em>Purchase</em>),</li> <li>link to a partner,</li> <li>name,</li> <li>code,</li> <li>signature date.</li> </ul> <p>You can link an invoice to an agreement.</p> <p>If you also install the module <em>agreement_sale</em>, you will be able to link a quotation/sale order to an agreement, and this information will be copied to the customer invoice.</p> <p>An <em>Agreement</em> can be used for:</p> <ul class="simple"> <li>Private business contracts</li> <li>Public markets</li> </ul> <p>It will allow you to group all the orders and invoices related to the same agreement and display the references of this agreement on the documents where you have to display it. For example, the <em>code</em> property of the agreement is used in the module <em>account_invoice_factur-x</em> (from the <a class="reference external" href="https://github.com/OCA/edi">edi</a> project) in the XML tag <em>/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerAssignedID</em>.</p> <p>The main differences with the <em>Contract</em> object of Odoo:</p> <ul class="simple"> <li>a contract is an analytic account; an agreement is not related to analytic accounting.</li> <li>on the invoice, the contract/analytic account is per-line; an agreement is attached to the invoice (not to the lines).</li> <li>an agreement is a very simple object with just a few basic fields; a contract has a lot of properties and a lot of related features.</li> </ul> <a name="configuration"></a> <h3>Configuration</h3> <p>Go to the menu <em>Accounting &gt; Configuration &gt; Management &gt; Agreements</em> to create new agreements.</p> <a name="usage"></a> <h3>Usage</h3> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/110/10.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/contract/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>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.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>