15 lines
515 B
XML
15 lines
515 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!--
|
|
Copyright (C) 2016-Today: GRAP (http://www.grap.coop)
|
|
Copyright (C) 2016-Today La Louve (http://www.lalouve.net)
|
|
@author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
-->
|
|
<odoo>
|
|
|
|
<record id="res_partner_barcode" model="res.partner">
|
|
<field name="name">Partner with Generated Barcode</field>
|
|
<field name="barcode_rule_id" ref="partner_generated_barcode" />
|
|
</record>
|
|
|
|
</odoo>
|