Repository
OCA/l10n-switzerland · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Others
Folder size
0.39 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 07:25:00
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Weblate, Denis Leemann, OCA-git-bot, oca-travis, Maxence Groine
Odoo dependencies
OCA/account-reconcile:
OCA/bank-payment:
OCA/l10n-switzerland:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
partner_default_product_supplier_invoice partner.default.supplier.invoice.product.form.view res.partner form Inherits base.view_partner_form
scan_bvr_memory_form scan.bvr.memory.form scan.bvr form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • supplier_invoice_default_product Many2one → product.product
    comodel_name='product.product' help="Used by the scan BVR wizard. If completed, it'll generate a line with the proper amount and this specified product" string='Default product supplier invoice'
Public methods (0)

No public methods.

New fields (5)
  • bank_account_id Many2one → res.partner.bank
    comodel_name='res.partner.bank' string='Partner Bank Account'
  • bvr_string Char
    size=128 string='BVR String'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' default=<expr> string='Invoice journal'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Partner'
  • state Selection
    default='new' args: [('new', 'New'), ('valid', 'valid'), ('need_extra_info', 'Need extra information')], 'State'
Public methods (1)
  • validate_bvr_string(self)
    @api.multi

Loading…

Loading…

Loading…

Loading…