Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A addons-vauxoo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vauxoovauxoo
  • addons-vauxoo
  • Issues
  • #908
Closed
Open
Issue created May 04, 2016 by Tulio Ruiz@ruiztulioOwner

[FIX] missing documentation for field payment_type

Created by: zaoral

module: payment_term_type

The Payment Type field in the payment.term model NEED TO HAVE some help: There is not help related.

image

This the field definition that need to be updated indicating when the field is set as credit and when the field is set as cash.

    payment_type = fields.Selection(
        [('credit', _('Credit')),
         ('cash', _('Cash'))],
        string="Payment Type", compute='_compute_payment_type')

original code here

Also the module will be very helpfull if have some README.rst information about how does the account.config.settings wizard bdp/bqd configuration affects to this module

Assignee
Assign to
Time tracking