invoicing: inject line model (#73456) #16

Merged
lguerin merged 2 commits from wip/73456-invoicing-injected-line into main 2023-01-20 16:47:56 +01:00
Owner
No description provided.
lguerin added 1 commit 2023-01-17 14:49:19 +01:00
gitea-wip/lingo/pipeline/pr-main This commit looks good Details
60e1744ef4
invoicing: inject line model (#73456)
lguerin changed title from invoicing: inject line model (#73456) to WIP: invoicing: inject line model (#73456) 2023-01-17 14:49:21 +01:00
lguerin changed title from WIP: invoicing: inject line model (#73456) to invoicing: inject line model (#73456) 2023-01-17 17:01:44 +01:00
Ghost requested changes 2023-01-17 18:15:44 +01:00
Ghost left a comment
First-time contributor

Un print qui traine...

Un print qui traine...
@ -76,0 +81,4 @@
def post(self, request):
serializer = self.serializer_class(data=request.data)
print(serializer.is_valid())
First-time contributor

oups ?

oups ?
lguerin marked this conversation as resolved
@ -34,3 +34,3 @@
<th>{% trans "Invoice PK" %}</th>
<th>{% trans "Label" %}</th>
<th>{% trans "Event" %}</th>
<th>{% trans "Slug" %}</th>
First-time contributor

ça fait partie du même travail, le remplacement cette colonne "Event" par une colonne "Slug" ? (j'ai l'impression de rater un truc évident, mais)

ça fait partie du même travail, le remplacement cette colonne "Event" par une colonne "Slug" ? (j'ai l'impression de rater un truc évident, mais)
Author
Owner

J'allais chercher le slug de l'event dans line.event.xxx, mais j'ai la même chose dans line.slug, et pour une ligne injectée je veux voir line.slug.

J'allais chercher le slug de l'event dans line.event.xxx, mais j'ai la même chose dans line.slug, et pour une ligne injectée je veux voir line.slug.
Ghost marked this conversation as resolved
lguerin force-pushed wip/73456-invoicing-injected-line from c49c3fd492 to 1fa8ee3027 2023-01-19 10:12:37 +01:00 Compare
Ghost approved these changes 2023-01-20 14:16:16 +01:00
lguerin merged commit 1fa8ee3027 into main 2023-01-20 16:47:56 +01:00
lguerin deleted branch wip/73456-invoicing-injected-line 2023-01-20 16:47:56 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/lingo#16
No description provided.