Skip to content

Commit

Permalink
[12.0][FIX] - Fix the warning: `The model account.analytic.contract h…
Browse files Browse the repository at this point in the history
…as no _description`
  • Loading branch information
sbejaoui committed Oct 26, 2018
1 parent 158b4ad commit aa3ed5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract/models/account_analytic_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

class AccountAnalyticContract(models.Model):
_name = 'account.analytic.contract'
_description = "Account Analytic Contract"

# These fields will not be synced to the contract
NO_SYNC = [
Expand Down

0 comments on commit aa3ed5c

Please sign in to comment.