Search 1.9 billion lines of Odoo code on GitHub

sf_terms_and_conditions

Author: Camptocamp SA
License: AGPL-3
Branch: merge-branch-2082-10.24.0
Repository: camptocamp/odoo-apps
Dependencies: base, purchase, and sale
Languages: Python (55, 43.0%), XML (57, 44.5%), and reStructuredText (16, 12.5%)
Other branches: merge-branch-2082-10.29.0

<h1 class="title">Sensefly Terms and Conditions</h1> <p>This module defines terms and conditions for sales and purchase.</p> <p>You can define sales and purchase terms and conditions as HTML in the related module settings for each company.</p> <p>A checkbox is also added on Partners to select if terms and conditions should be printed on this partner's orders.</p> <a name="usage"></a> <h2>Usage</h2> <p>Call the related template inside HTML element <cite>&lt;div class=&quot;page&quot;&gt;</cite> in the report using :</p> <p>Purchase :</p> <p><code>`&lt;t t-call=&quot;sf_terms_and_conditions.purchase_terms_and_conditions&quot; /&gt;`</code></p> <p>Sale :</p> <p><code>`&lt;t t-call=&quot;sf_terms_and_conditions.sale_terms_and_conditions&quot; /&gt;`</code></p>