Home
last modified time | relevance | path

Searched refs:_inherit (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_multilang/models/
H A Daccount.py10 _inherit = 'account.account.tag' variable in AccountAccountTag
15 _inherit = 'account.account.template' variable in AccountAccountTemplate
21 _inherit = 'account.account' variable in AccountAccount
26 _inherit = 'account.group.template' variable in AccountGroupTemplate
31 _inherit = 'account.group' variable in AccountGroup
36 _inherit = 'account.tax' variable in AccountTax
43 _inherit = 'account.tax.template' variable in AccountTaxTemplate
50 _inherit = 'account.chart.template' variable in AccountChartTemplate
58 _inherit = 'account.fiscal.position' variable in AccountFiscalPosition
72 _inherit = 'account.journal' variable in AccountJournal
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/test_inherit/
H A Dmodels.py34 _inherit = 'test.inherit.mother' variable in mother
56 _inherit = 'test.inherit.mother' variable in mother
63 _inherit = 'test.inherit.daughter' variable in daughter
73 _inherit = 'res.partner' variable in res_partner
91 _inherit = 'test.inherit.property' variable in test_inherit_property
117 _inherit = 'test.inherit.parent' variable in Child
127 _inherit = 'test.inherit.parent' variable in Parent2
145 _inherit = 'test_new_api.selection' variable in Selection
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/test_mass_mailing/models/
H A Dmailing_models.py12 _inherit = ['mail.thread'] variable in MailingSimple
22 _inherit = ['mail.thread', 'utm.mixin'] variable in MailingUTM
31 _inherit = ['mail.thread.blacklist'] variable in MailingBLacklist
45 _inherit = ['mail.thread.blacklist'] variable in MailingOptOut
60 _inherit = ['mail.thread'] variable in MailingPerformance
70 _inherit = ['mail.thread.blacklist'] variable in MailingPerformanceBL
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mail/models/
H A Dir_model.py9 _inherit = 'base' variable in Base
20 _inherit = 'ir.model' variable in IrModel
99 parents = model_class._inherit or []
101 model_class._inherit = parents + ['mail.thread']
103 parents = model_class._inherit or []
105 model_class._inherit = parents + ['mail.activity.mixin']
107 parents = model_class._inherit or []
109 model_class._inherit = parents + ['mail.thread.blacklist']
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/test_mail_full/models/
H A Dtest_mail_models.py12 _inherit = ['mail.thread'] variable in MailTestSMS
34 _inherit = ['mail.thread.phone'] variable in MailTestSMSBL
57 _inherit = ['mail.thread.phone'] variable in MailTestSMSOptout
81 _inherit = ['mail.thread'] variable in MailTestSMSPartner
99 _inherit = ['mail.thread'] variable in MailTestSMSPartner2Many
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/test_mail/models/
H A Dtest_mail_models.py12 _inherit = ['mail.thread'] variable in MailTestSimple
23 _inherit = ['mail.thread.blacklist'] variable in MailTestGateway
36 _inherit = ['mail.thread'] variable in MailTestStandard
50 _inherit = ['mail.thread', 'mail.activity.mixin'] variable in MailTestActivity
72 _inherit = ['mail.thread'] variable in MailTestTicket
110 _inherit = ['mail.thread', 'mail.alias.mixin'] variable in MailTestContainer
H A Dtest_mail_corner_case_models.py10 _inherit = ['mail.thread'] variable in MailPerformanceThread
27 _inherit = ['mail.thread'] variable in MailPerformanceTracking
38 _inherit = ['mail.thread'] variable in MailTestTrackCompute
50 _inherit = 'mail.thread' variable in MailTestMultiCompany
/dports/deskutils/egroupware/egroupware/vendor/pear/log/Log/
H A Dsyslog.php38 var $_inherit = false; variable in Log_syslog
90 $this->_inherit = $conf['inherit'];
91 $this->_opened = $this->_inherit;
134 if ($this->_opened && !$this->_inherit) {
177 if ($this->_inherit) {
/dports/sysutils/pear-Log/Log-1.13.3/Log/
H A Dsyslog.php38 var $_inherit = false; variable in Log_syslog
90 $this->_inherit = $conf['inherit'];
91 $this->_opened = $this->_inherit;
134 if ($this->_opened && !$this->_inherit) {
177 if ($this->_inherit) {
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/web_editor/models/
H A Dir_qweb.py46 _inherit = 'ir.qweb' variable in QWeb
136 _inherit = 'ir.qweb.field' variable in Field
166 _inherit = 'ir.qweb.field.integer' variable in Integer
174 _inherit = 'ir.qweb.field.float' variable in Float
187 _inherit = 'ir.qweb.field.many2one' variable in ManyToOne
218 _inherit = 'ir.qweb.field.contact' variable in Contact
237 _inherit = 'ir.qweb.field.date' variable in Date
335 _inherit = 'ir.qweb.field.text' variable in Text
364 _inherit = 'ir.qweb.field.html' variable in HTML
385 _inherit = 'ir.qweb.field.image' variable in Image
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/point_of_sale/models/
H A Dproduct.py8 _inherit = 'product.template' variable in ProductTemplate
30 _inherit = 'product.product' variable in ProductProduct
41 _inherit = 'uom.category' variable in UomCateg
48 _inherit = 'uom.uom' variable in Uom
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/sale_stock/models/
H A Dstock.py10 _inherit = "stock.location.route" variable in StockLocationRoute
15 _inherit = "stock.move" variable in StockMove
58 _inherit = 'procurement.group' variable in ProcurementGroup
64 _inherit = 'stock.rule' variable in StockRule
73 _inherit = 'stock.picking' variable in StockPicking
153 _inherit = 'stock.production.lot' variable in ProductionLot
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base/models/
H A Dir_qweb_fields.py146 _inherit = 'ir.qweb.field' variable in IntegerConverter
156 _inherit = 'ir.qweb.field' variable in FloatConverter
201 _inherit = 'ir.qweb.field' variable in DateConverter
219 _inherit = 'ir.qweb.field' variable in DateTimeConverter
280 _inherit = 'ir.qweb.field' variable in TextConverter
293 _inherit = 'ir.qweb.field' variable in SelectionConverter
319 _inherit = 'ir.qweb.field' variable in ManyToOneConverter
334 _inherit = 'ir.qweb.field' variable in ManyToManyConverter
347 _inherit = 'ir.qweb.field' variable in HTMLConverter
375 _inherit = 'ir.qweb.field' variable in ImageConverter
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/lunch/populate/
H A Dlunch.py14 _inherit = 'lunch.product.category' variable in LunchProductCategory
31 _inherit = 'lunch.product' variable in LunchProduct
61 _inherit = 'lunch.location' variable in LunchLocation
77 _inherit = 'lunch.supplier' variable in LunchSupplier
119 _inherit = 'lunch.order' variable in LunchOrder
141 _inherit = 'lunch.alert' variable in LunchAlert
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_de/models/
H A Ddatev.py6 _inherit = 'account.tax.template' variable in AccountTaxTemplate
16 _inherit = "account.tax" variable in AccountTax
22 _inherit = 'account.move' variable in AccountMove
39 _inherit = "product.template" variable in ProductTemplate
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/pos_mercury/models/
H A Dpos_mercury.py13 _inherit = 'barcode.rule' variable in BarcodeRule
30 _inherit = "pos.payment" variable in PoSPayment
49 _inherit = 'pos.payment.method' variable in PoSPaymentMethod
63 _inherit = "pos.order" variable in PosOrder
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/purchase_requisition/models/
H A Dproduct.py8 _inherit = 'product.supplierinfo' variable in SupplierInfo
15 _inherit = 'product.product' variable in ProductProduct
26 _inherit = 'product.template' variable in ProductTemplate
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/purchase/models/
H A Dproduct.py12 _inherit = 'product.template' variable in ProductTemplate
53 _inherit = 'product.product' variable in ProductProduct
83 _inherit = "product.category" variable in ProductCategory
92 _inherit = "product.supplierinfo" variable in ProductSupplierinfo
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_mx/models/
H A Daccount.py10 _inherit = 'account.journal' variable in AccountJournal
26 _inherit = 'account.account' variable in AccountAccount
53 _inherit = 'account.account.tag' variable in AccountAccountTag
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/hr_expense/models/
H A Dhr_employee.py8 _inherit = 'hr.employee' variable in Employee
39 _inherit = 'hr.employee.public' variable in EmployeePublic
45 _inherit = ['res.users'] variable in User
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/models/
H A Dproduct.py8 _inherit = "product.category" variable in ProductCategory
23 _inherit = "product.template" variable in ProductTemplate
58 _inherit = "product.product" variable in ProductProduct
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/calendar_sms/models/
H A Dcalendar.py12 _inherit = 'calendar.event' variable in CalendarEvent
32 _inherit = 'calendar.alarm' variable in CalendarAlarm
40 _inherit = 'calendar.alarm_manager' variable in AlarmManager
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website_sale_comparison/models/
H A Dwebsite_sale_comparison.py20 _inherit = 'product.attribute' variable in ProductAttribute
29 _inherit = 'product.template.attribute.line' variable in ProductTemplateAttributeLine
52 _inherit = 'product.product' variable in ProductProduct
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_in/models/
H A Daccount.py9 _inherit = "account.journal" variable in AccountJournal
31 _inherit = "account.move.line" variable in AccountMoveLine
45 _inherit = 'account.tax' variable in AccountTax
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/event_sms/models/
H A Devent_mail.py8 _inherit = 'event.type.mail' variable in EventTypeMail
24 _inherit = 'event.mail' variable in EventMailScheduler
52 _inherit = 'event.mail.registration' variable in EventMailRegistration

12345678910>>...45