Skip to content

Commit

Permalink
fixup! fixup! fix stock move
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaniszewska-dev committed Jun 20, 2022
1 parent ce51dc8 commit 51adb80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions stock_picking_invoice_link/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ class AccountMove(models.Model):
string="Related Pickings",
store=True,
compute="_compute_picking_ids",
relation="account_invoice_stock_picking_rel",
column1="account_invoice_id",
column2="stock_picking_id",
help="Related pickings "
"(only when the invoice has been generated from a sale order).",
)
Expand Down
3 changes: 0 additions & 3 deletions stock_picking_invoice_link/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ class StockPicking(models.Model):
copy=False,
string="Invoices",
readonly=True,
relation="account_invoice_stock_picking_rel",
column1="stock_picking_id",
column2="account_invoice_id",
)

def action_view_invoice(self):
Expand Down

0 comments on commit 51adb80

Please sign in to comment.