Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
A addons-vauxoo
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vauxoo
  • addons-vauxoo
  • Issues
  • #908

Closed
Open
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
None
Milestone
None
Assign milestone
Time tracking