mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-27 04:52:04 +02:00
Initial commit: Sale packages
This commit is contained in:
commit
14e3d26998
6469 changed files with 2479670 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
from odoo import fields, models
|
||||
|
||||
|
||||
class WebsiteBaseUnit(models.Model):
|
||||
_name = "website.base.unit"
|
||||
_description = "Unit of Measure for price per unit on eCommerce products."
|
||||
_order = "name"
|
||||
|
||||
name = fields.Char(help="Define a custom unit to display in the price per unit of measure field.",
|
||||
required=True, translate=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue