Browse Source

[FIX] Bug fixed 'salon_management'

pull/175/head
Ajmal Cybro 4 years ago
parent
commit
5f1673c8b4
  1. 2
      salon_management/__manifest__.py
  2. 1
      salon_management/models/salon_management.py

2
salon_management/__manifest__.py

@ -21,7 +21,7 @@
{
'name': 'Beauty Spa Management',
'summary': """Beauty Parlour Management with Online Booking System""",
'version': '14.0.1.0.0',
'version': '14.0.1.0.1',
'author': 'Cybrosys Techno Solutions',
'website': "https://www.cybrosys.com",
'company': 'Cybrosys Techno Solutions',

1
salon_management/models/salon_management.py

@ -327,7 +327,6 @@ class SalonOrder(models.Model):
invoice_line = {
'move_type': 'out_invoice',
'partner_id': supplier.id,
'l10n_in_gst_treatment': 'consumer',
'invoice_user_id': self.env.user.id,
'invoice_origin': self.name,
'invoice_line_ids': lines,

Loading…
Cancel
Save