Home
last modified time | relevance | path

Searched refs:production_id (Results 1 – 25 of 118) sorted by relevance

12345

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mrp/models/
H A Dstock_scrap.py10 production_id = fields.Many2one( variable in StockScrap
21 self.location_id = self.workorder_id.production_id.location_src_id.id
25 if self.production_id:
26 …elf.production_id.move_raw_ids.filtered(lambda x: x.state not in ('done', 'cancel')) and self.prod…
30 if self.production_id:
31 vals['origin'] = vals['origin'] or self.production_id.name
32 if self.product_id in self.production_id.move_finished_ids.mapped('product_id'):
33 vals.update({'production_id': self.production_id.id})
35 vals.update({'raw_material_production_id': self.production_id.id})
H A Dstock_move.py36 if self.move_id.production_id:
85 production_id = fields.Many2one( variable in StockMove
147 if move.production_id:
173 if move.production_id and move.production_id.name:
199 if production_id.state != 'done':
218 if move.production_id and move.production_id.state not in ('draft', 'cancel'):
244 …if not move.picking_type_id or (move.production_id and move.production_id.product_id == move.produ…
277 elif self.production_id:
326 if self.production_id and self.production_id.state not in ('done', 'cancel'):
327 return [(self.production_id, self.production_id.user_id, visited)]
[all …]
H A Dmrp_workorder.py225 workorder.production_id._set_qty_producing()
250 if len(wo.production_id.workorder_ids) == 1:
270 for order in self.filtered(lambda p: p.production_id and p.production_id.product_uom_id):
271 rounding = order.production_id.product_uom_id.rounding
414 to_confirm = to_confirm.production_id.workorder_ids
432 bom = workorder.production_id.bom_id
468 …return self.production_id.move_finished_ids.filtered(lambda x: (x.product_id.id != self.production…
526 if self.production_id.state != 'progress':
527 self.production_id.write({
634 for production in self.production_id:
[all …]
H A Dstock_traceability.py9 if move_line.move_id.production_id and not move_line.move_id.scrapped:
11 res_id = move_line.move_id.production_id.id
12 ref = move_line.move_id.production_id.name
31 …sume_unbuild_id and move_line.produce_line_ids) or (move_line.move_id.production_id and move_line.…
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dmedialaan.py84 production_id = self._match_id(url)
86 'https://embed.mychannels.video/sdk/production/' + production_id,
87 production_id, query={'options': 'UUUU_default'})['productions'][0]
98 src, production_id, 'mp4', 'm3u8_native',
108 'id': production_id,
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dmedialaan.py84 production_id = self._match_id(url)
86 'https://embed.mychannels.video/sdk/production/' + production_id,
87 production_id, query={'options': 'UUUU_default'})['productions'][0]
98 src, production_id, 'mp4', 'm3u8_native',
108 'id': production_id,
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mrp_subcontracting/models/
H A Dstock_move.py61 … move.move_orig_ids.production_id.filtered(lambda p: p.state not in ('done', 'cancel')).write({
85 moves = self.move_orig_ids.production_id.move_raw_ids
102 …active_production = move.move_orig_ids.production_id.filtered(lambda p: p.state not in ('done', 'c…
104 if not moves or active_production not in moves.move_orig_ids.production_id:
114 if move.move_orig_ids.production_id:
140 production = self.move_orig_ids.production_id[-1:]
171 production = self.move_orig_ids.production_id[-1:]
178 return any(m.has_tracking != 'none' for m in self.move_orig_ids.production_id.move_raw_ids)
205 …productions = move.move_orig_ids.production_id.filtered(lambda p: p.state not in ('done', 'cancel'…
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/src/
H A Dlanguage.h216 uint32_t production_id in ts_language_alias_sequence() argument
218 return production_id ? in ts_language_alias_sequence()
219 &self->alias_sequences[production_id * self->max_alias_sequence_length] : in ts_language_alias_sequence()
225 uint32_t production_id, in ts_language_alias_at() argument
228 return production_id ? in ts_language_alias_at()
229 self->alias_sequences[production_id * self->max_alias_sequence_length + child_index] : in ts_language_alias_at()
235 uint32_t production_id, in ts_language_field_map() argument
245 TSFieldMapSlice slice = self->field_map_slices[production_id]; in ts_language_field_map()
H A Dtree_cursor.c25 last_entry->subtree->ptr->production_id in ts_tree_cursor_iterate_children()
249 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_goto_parent()
268 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_node()
307 parent_entry->subtree->ptr->production_id in ts_tree_cursor_current_status()
372 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_status()
412 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_parent_node()
444 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_field_id()
455 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_field_id()
H A Dreduce_action.h15 unsigned short production_id; member
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/src/
H A Dlanguage.h216 uint32_t production_id in ts_language_alias_sequence() argument
218 return production_id ? in ts_language_alias_sequence()
219 &self->alias_sequences[production_id * self->max_alias_sequence_length] : in ts_language_alias_sequence()
225 uint32_t production_id, in ts_language_alias_at() argument
228 return production_id ? in ts_language_alias_at()
229 self->alias_sequences[production_id * self->max_alias_sequence_length + child_index] : in ts_language_alias_at()
235 uint32_t production_id, in ts_language_field_map() argument
245 TSFieldMapSlice slice = self->field_map_slices[production_id]; in ts_language_field_map()
H A Dtree_cursor.c25 last_entry->subtree->ptr->production_id in ts_tree_cursor_iterate_children()
249 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_goto_parent()
268 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_node()
307 parent_entry->subtree->ptr->production_id in ts_tree_cursor_current_status()
372 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_status()
412 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_parent_node()
444 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_field_id()
455 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_field_id()
H A Dreduce_action.h15 unsigned short production_id; member
/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/src/
H A Dlanguage.h228 uint32_t production_id in ts_language_alias_sequence() argument
230 return production_id ? in ts_language_alias_sequence()
231 &self->alias_sequences[production_id * self->max_alias_sequence_length] : in ts_language_alias_sequence()
237 uint32_t production_id, in ts_language_alias_at() argument
240 return production_id ? in ts_language_alias_at()
241 self->alias_sequences[production_id * self->max_alias_sequence_length + child_index] : in ts_language_alias_at()
247 uint32_t production_id, in ts_language_field_map() argument
257 TSFieldMapSlice slice = self->field_map_slices[production_id]; in ts_language_field_map()
H A Dtree_cursor.c25 last_entry->subtree->ptr->production_id in ts_tree_cursor_iterate_children()
216 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_goto_parent()
235 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_node()
274 parent_entry->subtree->ptr->production_id in ts_tree_cursor_current_status()
339 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_status()
377 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_parent_node()
409 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_field_id()
420 parent_entry->subtree->ptr->production_id, in ts_tree_cursor_current_field_id()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mrp/wizard/
H A Dmrp_immediate_production.py14 production_id = fields.Many2one('mrp.production', 'Production', required=True) variable in MrpImmediateProductionLine
41 wizard.show_productions = len(wizard.immediate_production_line_ids.production_id) > 1
48 productions_to_do |= line.production_id
50 productions_not_to_do |= line.production_id
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/plugins/
H A Ditvplayer.py38 def production_id(self): member in ITVPlayer
115 production_id = self.production_id
134 if production_id:
136 prode.text = production_id
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-nix/src/
H A Dparser.c12906 [142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, .production_id = 19),
12907 [144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, .production_id = 19),
12938 [206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_app, 2, .production_id = 8),
12939 [208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_app, 2, .production_id = 8),
12964 [268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary, 2, .production_id = 6),
12965 [270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary, 2, .production_id = 6),
13083 [520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind, 4, .production_id = 37),
13098 [550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let, 3, .production_id = 17),
13099 [552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with, 4, .production_id = 32),
13100 [554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let, 4, .production_id = 34),
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-tsq/src/
H A Dparser.c1626 [74] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, .production_id = 2),
1627 [76] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, .production_id = 2),
1658 [142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 2, .production_id = 3),
1662 [150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 3, .production_id = 3),
1664 [154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 2, .production_id = 2),
1673 [172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_child, 1, .production_id = 1),
1674 [174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_child, 1, .production_id = 1),
1680 [186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_child, 3, .production_id = 4),
1681 [188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_child, 3, .production_id = 4),
1682 [190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1),
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-java/src/
H A Dparser.c44127 …[794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 24…
44152 …[844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 79…
44166 …[872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 80…
44433 …[1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, .production_id = 25…
44434 …[1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, .production_id = 25),
44435 …[1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, .production_id = 26…
44436 …[1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, .production_id = 26),
44479 …[1550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 2, .production_id = 11…
44480 …[1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 2, .production_id = 11),
44567 [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 5, .production_id = 120),
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-scala/src/
H A Dparser.c72400 [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 2, .production_id = 1),
72401 [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 2, .production_id = 1),
72447 …[719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, .production_id = 6),
72495 [815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, .production_id = 17),
72496 …[817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, .production_id = 17),
72625 …[1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_type, 3, .production_id = 41),
73309 …[2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 6, .production_id = 199),
73414 [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_guard, 2, .production_id = 176),
73615 [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 2),
73664 [3216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 37),
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-go/src/
H A Dparser.c50426 [188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 3, .production_id = 36),
50427 [190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 3, .production_id = 36),
50430 [196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, .production_id = 91),
50646 [640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 5, .production_id = 70),
50647 [642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 5, .production_id = 70),
51144 [1651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 2, .production_id = 16),
51148 [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, .production_id = 35),
51229 [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, .production_id = 58),
51244 [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, .production_id = 59),
51288 [1948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 5, .production_id = 83),
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-css/src/
H A Dparser.c8970 [209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__selector, 1, .production_id = 1),
8971 [211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value, 1, .production_id = 2),
8972 [213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__selector, 1, .production_id = 1),
8974 [217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__value, 1, .production_id = 2),
9027 …[338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 13),
9036 …[356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, .production_id = 13),
9045 …[374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, .production_id = 13),
9158 …[600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_id_selector, 3, .production_id = 11),
9171 [626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_id_selector, 2, .production_id = 6),
9172 …[628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_id_selector, 2, .production_id = 6),
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-python/src/
H A Dparser.c52260 …eusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .p…
52263 [251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1),
52264 [253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1),
52384 …rue}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .p…
52733 [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 10),
52734 [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 10),
52873 [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 42),
52874 [1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4, .production_id = 42),
52881 [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 17),
52882 [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3, .production_id = 17),
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-javascript/src/
H A Dparser.c58964 [449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 65),
58982 [485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 72),
59067 … true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .pro…
59093 … true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .pro…
59119 …REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence …
59304 … .reusable = true}}, REDUCE(sym_object, 3, .production_id = 16), REDUCE(sym_object_pattern, 3, .pr…
59403 …DUCE(sym_object_assignment_pattern, 3, .production_id = 49), REDUCE(sym_assignment_expression, 3, …
59410 …DUCE(sym_object_assignment_pattern, 3, .production_id = 49), REDUCE(sym_assignment_expression, 3, …
59415 …DUCE(sym_object_assignment_pattern, 3, .production_id = 37), REDUCE(sym_assignment_expression, 3, …
59438 ….reusable = false}}, REDUCE(sym_object, 3, .production_id = 16), REDUCE(sym_object_pattern, 3, .pr…
[all …]

12345